'Declaration
Public Overridable Sub InsertColumns( _ ByVal column As Integer, _ ByVal columnCount As Integer _ )
'Usage
Dim instance As CellMatrix(Of T) Dim column As Integer Dim columnCount As Integer instance.InsertColumns(column, columnCount)
public virtual void InsertColumns( int column, int columnCount )
Parameters
- column
- Column index of column after which to add columns
- columnCount
- Number of columns to add